Remove a dot in the documentation. Fixes bug #62632.
authorAnders Carlsson <andersca@gnu.org>
Fri, 26 Oct 2001 23:47:38 +0000 (23:47 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Fri, 26 Oct 2001 23:47:38 +0000 (23:47 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
a dot in the documentation. Fixes bug #62632.

This has got to be the most useful bug I have ever fixed :)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtksizegroup.c

index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index c26c2ed77b9630bdfd336a26398c45103da93e25..a3e6aad89495c80d8ac03c00d0b99df3795a9c58 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
+       a dot in the documentation. Fixes bug #62632.
+
        * gdk/x11/gdkmain-x11.c: Replace int and guint with
        long and gulong in some places to make the code 64-bit
        clean.
index f834a4ba48073a773e39468f343e47bd747835df..3116183ae42c9e1a2c616ee43c527727fdb67b1c 100644 (file)
@@ -346,7 +346,7 @@ gtk_size_group_new (GtkSizeGroupMode  mode)
  * group determines whether the widgets in the size group should
  * all have the same horizontal requisition (%GTK_SIZE_GROUP_MODE_HORIZONTAL)
  * all have the same vertical requisition (%GTK_SIZE_GROUP_MODE_VERTICAL),
- * or should all have the same requisition in both directions.
+ * or should all have the same requisition in both directions
  * (%GTK_SIZE_GROUP_MODE_BOTH).
  **/
 void